-
Notifications
You must be signed in to change notification settings - Fork 3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fix policy name when creating a workspace for another user #11831
Conversation
|
CPing to staging as this blocks progress on a VIP project https://expensify.slack.com/archives/C042KQL7963/p1665684772744129 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks great
…olicy-name Fix policy name when creating a workspace for another user (cherry picked from commit 7d7bc4c)
…-11831 🍒 Cherry pick PR #11831 to staging 🍒
🚀 Cherry-picked to staging by @Luke9389 in version: 1.2.15-1 🚀
@Expensify/applauseleads please QA this PR and check it off on the deploy checklist if it passes. |
Testing thread for the approved flow https://expensify.slack.com/archives/C042KQL7963/p1665704373526979 Applause, can you please regression test creating a workspace? |
@alex-mechler We tested this PR on Web only and its Pass. |
Only web needs to test creating a policy for another user with the transition links (we tested this internally). For all other platforms, we just need to test that creating a workspace on NewDot works as expected! Sorry for any confusion here! |
🚀 Cherry-picked to staging by https://github.com/AndrewGable in version: 1.3.28-2 🚀
@Expensify/applauseleads please QA this PR and check it off on the deploy checklist if it passes. |
Fixed Issues
$ https://github.com/Expensify/Expensify/issues/233026
PROPOSAL: N/a
Tests
Test with https://github.com/Expensify/Web-Expensify/pull/35162 and https://github.com/Expensify/Auth/pull/7147
On OldDot, as a team.expensify.com user, create a workspace on behalf of a private domain member
Verify that the name is based on the other user's domain
On OldDot, as a team.expensify.com user, create a workspace on behalf of a public domain member
Verify the name is based on the other user's email
Regression test creating a policy on each platform
PR Review Checklist
PR Author Checklist
### Fixed Issues
section aboveTests
sectionQA steps
sectiontoggleReport
and notonIconClick
)src/languages/*
filesSTYLE.md
) were followedAvatar
, I verified the components usingAvatar
are working as expected)/** comment above it */
this
properly so there are no scoping issues (i.e. foronClick={this.submit}
the methodthis.submit
should be bound tothis
in the constructor)this
are necessary to be bound (i.e. avoidthis.submit = this.submit.bind(this);
ifthis.submit
is never passed to a component event handler likeonClick
)StyleUtils.getBackgroundAndBorderStyle(themeColors.componentBG
)Avatar
is modified, I verified thatAvatar
is working as expected in all cases)PR Reviewer Checklist
The reviewer will copy/paste it into a new comment and complete it after the author checklist is completed
### Fixed Issues
section aboveTests
sectionQA steps
sectiontoggleReport
and notonIconClick
).src/languages/*
filesSTYLE.md
) were followedAvatar
, I verified the components usingAvatar
have been tested & I retested again)/** comment above it */
this
properly so there are no scoping issues (i.e. foronClick={this.submit}
the methodthis.submit
should be bound tothis
in the constructor)this
are necessary to be bound (i.e. avoidthis.submit = this.submit.bind(this);
ifthis.submit
is never passed to a component event handler likeonClick
)StyleUtils.getBackgroundAndBorderStyle(themeColors.componentBG
)Avatar
is modified, I verified thatAvatar
is working as expected in all cases)QA Steps
Screenshots
Web
Mobile Web - Chrome
Mobile Web - Safari
Desktop
iOS
Android